CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fisherface matlab

搜索资源列表

  1. FLD_basedFaceRecognitionSystem

    0下载:
  2. 该程序实现了基于FLD的人脸识别系统,被称为 Fisherface 。 This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commente ,该程序实现了基于FLD的人脸识别系统,被称为 Fisherface 。 This package im
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:184787
    • 提供者:刘凯
  1. fisherface

    1下载:
  2. 本文在Matlab7.5下面实现了fisherface算法,选用的人脸库是ORL,其中有40 人,每人有10幅不同的人脸图像。本文选取了每人9幅作为训练(1幅作为测 试),图像大小为112x92。-In this paper, the following Matlab7.5 realized fisherface algorithm, selection of face database is ORL, in which 40 people, each person will have
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:2153
    • 提供者:杜宇
  1. face_recognition

    0下载:
  2. Eigenface and Fisherface Performance Across Pose
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:45234
    • 提供者:谭恒良
  1. EigenFisherFace.tar

    0下载:
  2. automatic face recognition -face recognition using eigenface method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4036933
    • 提供者:陈才
  1. fisherprotected

    0下载:
  2. fisherface based image retrival
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:307870
    • 提供者:sudarshan
  1. FLDbasedFaceRecognitionSystem_v2

    0下载:
  2. 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition method, which is called Fisherface [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample scr ipt is incl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:261703
    • 提供者:paul
  1. FLD_based_Face_Recognition_System

    0下载:
  2. 基于FLD的人脸识别系统,使用快速小波变换,效果很好,适合学习-This package implements a well-known FLD-based face recognition method, which is called Fisherface . All functions are easy to use, as they are heavy commented. Furthermore, a sample scr ipt and two small training and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:182576
    • 提供者:
  1. fisherface

    0下载:
  2. this is a source code for face recognition using eigen faces
  3. 所属分类:Browser Plugins

    • 发布日期:2017-03-28
    • 文件大小:364151
    • 提供者:masoom
  1. fisherprotected

    0下载:
  2. This package containing the source code for face recognition using the fisherface method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:251778
    • 提供者:nick
  1. FisherFaces

    0下载:
  2. FisherFace, an algorithm based on PCA and LDA
  3. 所属分类:AI-NN-PR

  1. FisherfaceCore

    0下载:
  2. MATLAB编的Fisher脸人脸识别程序- Fisherface recognition.m
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1901
    • 提供者:zhaoganlu
  1. fisherface

    0下载:
  2. Eigenfaces: PCA tends to find a p-dimensional subspace whose basis vectors correspond to the maximum variance direction in the original image space (p  N). We called the new subspace defined by basis vectors “face space”. First, all training
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:11247
    • 提供者:sam
  1. Android_FaceRecog

    0下载:
  2. Android下的人脸识别程序,有matlab算法验证和java源程序,采用了eigenface和fisherface两种不同的算法程,可直接在android手机上运行。-Android Face Recognition under procedures matlab algorithm validation and java source code, the use the eigenface and fisherface of two different algorithms process
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-05
    • 文件大小:2193408
    • 提供者:刘星宇
  1. EigenFisherFace

    0下载:
  2. 基于EigenFace和FisherFace的人脸识别算法在matlab上的实现-Based on the face recognition EigenFace and FisherFace algorithm implementation in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:4193262
    • 提供者:wangadong
  1. FisherFace(matlab)

    0下载:
  2. 该内容为fisherface的matlab代码,绝对可以运行,实验的数据库为ORL人脸数据库,并且在代码中很多中文注释,便于理解,为了大家方便,在压缩包中还放了fisherface的原始原始论文和PCA算法的原始论文。希望这些资料对大家有所帮助。-Fisherface matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-09
    • 文件大小:16521310
    • 提供者:天涯
  1. FisherFaces

    0下载:
  2. 本文在Matlab R2012a下面实现了fisherface算法,选用的人脸库是ORL,其中有40 人,每人有10幅不同的人脸图像。本文选取了每人9幅作为训练(1幅作为测 试),图像大小为112x92。 主程序入口:Main.m 读取样本:CreatDatabase.m FisherFace核心:FisherFaceCore.m 识别:Recognition.m 训练样本库:TrainDatabase 测试样本库:TestDatabase 不足:识别准确率有待
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4238160
    • 提供者:邱竞
  1. Desk33top

    0下载:
  2. 【谷速软件网】matlab源码-FisherFace识别算法 可以作为参考使用,在学习的过程中 -[Valley] speed network matlab source software-FisherFace recognition algorithms can be used as a reference, in the learning process
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:12192
    • 提供者:李小小
  1. LDA-human-face-identity

    0下载:
  2. 人脸识别的matlab程序,包含有 example: 演示程序 creatData:生成数据 creatTrainLabelMat:生成数据标签 LDA:提取fisherface knnRecognition:knn分类器 knnsearch:knn搜索-Face recognition matlab procedures, including a example: demo program creatData: generate data creatTrainLabel
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:215954
    • 提供者:PP
  1. fisher

    0下载:
  2. 基于LDA人脸识别,matlab版,亲测有效(FisherFace using for face recogintion)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:211968
    • 提供者:weiguang2020
  1. fisherprotected

    0下载:
  2. face recognition in fisherface
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:307200
    • 提供者:Sunzia
搜珍网 www.dssz.com